This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Resolved - Problem populating authors fields on docs with no readers fields ~Umberto Nongeroson 12.Dec.03 02:36 PM a Web browser Applications Development 6.0.1 CF2Windows NT
I find it mildly shocking that you apparently have a loop in your code that adds multiple names to one document, saving the document each time. That's extremely wasteful. Save the document only after you've added all the names. For that matter, AppendToTextList is a little inefficient for adding multiple entries. Use an array of names and ReplaceItemValue (of course the array must include the values already in the field that you want to keep).